Skip to content

Conversation

@avriiil
Copy link
Contributor

@avriiil avriiil commented Apr 1, 2025

Signed-off-by: Avril Aysha [email protected]

avriiil added 3 commits April 1, 2025 13:04
Signed-off-by: Avril Aysha <[email protected]>
Signed-off-by: Avril Aysha <[email protected]>
Signed-off-by: Avril Aysha <[email protected]>
@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for deltaio-site ready!

Name Link
🔨 Latest commit ad42f28
🔍 Latest deploy log https://app.netlify.com/projects/deltaio-site/deploys/690907ccaaf7550008612a26
😎 Deploy Preview https://deploy-preview-530--deltaio-site.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.


## How does Delta Lake use ACID transactions?

Delta Lake brings ACID transactions to your data lake by using a transaction log. This log is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Delta Lake brings ACID transactions to your data lake by using a transaction log. This log is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).
Delta Lake brings ACID transactions to your data lake by using a transaction log. Every commit is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).

Signed-off-by: Avril Aysha <[email protected]>
Signed-off-by: Avril Aysha <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants